object fmDrivePrompt: TfmDrivePrompt Left = 393 Top = 389 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Insert Audio CD' ClientHeight = 125 ClientWidth = 384 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object imgIcon: TImage Left = 8 Top = 16 Width = 48 Height = 48 AutoSize = True Picture.Data = {} Transparent = True end object lblDrive: TLabel Left = 72 Top = 56 Width = 73 Height = 13 Caption = 'CD-ROM &Drive:' FocusControl = cbxDrive end object txt: TStaticText Left = 72 Top = 16 Width = 297 Height = 33 AutoSize = False Caption = 'Please insert the audio CD and select the CD-ROM drive.' TabOrder = 0 end object btnOk: TcxButton Left = 216 Top = 88 Width = 75 Height = 25 Caption = 'OK' ModalResult = 1 TabOrder = 1 LookAndFeel.NativeStyle = True end object btnCancel: TcxButton Left = 296 Top = 88 Width = 75 Height = 25 Caption = 'Cancel' ModalResult = 2 TabOrder = 2 LookAndFeel.NativeStyle = True end object cbxDrive: TcxComboBox Left = 152 Top = 52 Width = 81 Height = 21 Properties.DropDownListStyle = lsFixedList Style.StyleController = DM.EditStyles TabOrder = 3 end end